home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / winprogs / inetcon2 / coreins.in_ / coreins.in
Encoding:
Text File  |  1994-03-24  |  424 b   |  9 lines

  1. '***************************************************************************
  2. '****************     COREWSDS-specific install API ************************
  3. '***************************************************************************
  4.  
  5. DECLARE SUB ExpandWin LIB "coreins.dll" (hwnd%)
  6. DECLARE FUNCTION ProbeVxd LIB "coreins.dll" AS INTEGER
  7. DECLARE FUNCTION WinExecAndWait LIB "coreins.dll" (hwnd%,cmd$,show%) AS INTEGER
  8.  
  9.